gusucode.com > 酷维企业网站CMS管理系统 v2.1.0 > 酷维企业网站CMS管理系统 v2.1.0\code\Pic_info.asp

    <%
'程序名称:酷维企业网站程序CMS
'运行环境:ASP+ACCESS
'程序大小:4.60MB
'软件类型:ASP源码
'联系方式:QQ:921072227
'程序演示:企业程序
'官方网站:http://cms.coczz.com
%>
<!--#include file="Connection.asp"-->
<!--#include file="admin/system/WebConfig.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="style.css" type="text/css">
<title>图片信息</title>
</head>
<!--#include file="admin/system/system_code.asp" -->
<TABLE border=0 align="center" cellPadding=0 cellSpacing=0>
<TBODY>
        <TR> 
          <TD><table border=1 align="center" cellPadding=0 cellSpacing=0 bordercolor="#AFD2A1" borderColorDark=#ffffff bgcolor="#FFFFFF">
            <tr>
              <td height="35" background="Images/ly6_3.gif"><center>
                  <%
id=Trim(request("id"))
set rs=server.createobject("adodb.recordset")
sql="select name,pic_url,info,Tuijiang from pic where id ="&id&""
rs.open sql, conn, 1, 1
if not rs.eof then
response.write (rs("name"))
if rs("Tuijiang")=1 Then response.write ("<font color=red>&nbsp;荐</font>") end if
%>
              </center></td>
            </tr>
            <tr>
              <td><table width=100%  border=0 cellspacing=0 cellpadding=0>
                  <tr>
                    <td><div align="center"><a href="admin/<%=rs("pic_url")%>"><img src="admin/<%=rs("pic_url")%>" border="0"></a></div></td>
                  </tr>
              </table></td>
            </tr>
            <tr>
              <td height="30" background="Images/topBar_bg.gif">&nbsp;图片介绍</td>
            </tr>
            <tr>
              <td height="130"><table width="693" height="118" border="0" align="center" cellpadding="0" cellspacing="0">
                  <tr>
                    <td width="693" height="118"><%=rs("info")%> </td>
                  </tr>
              </table></td>
            </tr>
            <%
end if
rs.close      
set rs=nothing      
%>
          </table></TD>
</TR></TBODY></TABLE>
<table border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="6"></td>
  </tr>
</table>
</BODY></HTML>